Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KeyServerInfo

Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KeyServerInfo
Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KeyServerInfo

This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KeyServerInfo schema contains properties that describe the current configuration of a key server.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "type": "string",
    "description": "string",
    "proxy_server": {
        "hostname": "string",
        "port": 0
    },
    "connection_timeout": 0,
    "kmip_server": {
        "servers": [
            {
                "name": "string",
                "address": {
                    "hostname": "string",
                    "port": 0
                }
            }
        ],
        "username": "string"
    }
}
string
type
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

Type of the key server.

For more information see: Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KeyServerInfo Type.

This property was added in vSphere API 7.0.0.0.

string
description
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

Description of the key server.

This property was added in vSphere API 7.0.0.0.

proxy_server
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

Proxy server configuration.

This property was added in vSphere API 7.0.0.0.

If missing or null, proxy server configuration will not be set.

integer As int64 As int64
connection_timeout
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

Connection timeout in seconds.

This property was added in vSphere API 7.0.0.0.

If missing or null, connection timeout will be unset.

kmip_server
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

Configuration information for KMIP based key server.

This property was added in vSphere API 7.0.0.0.

This property is optional and it is only relevant when the value of type is Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KeyServerInfo Type.KMIP.

Deprecated